REALSQLdatabase.CreateDataBaseFile Function

Creates a new REALSQLdatabase. It uses the DatabaseFile property as the FolderItem for the database to create.

Syntax

result = REALSQLdatabase.CreateDataBaseFile( )

Return Value

Result

Boolean

Notes

If the database already exists, it is deleted and a new one is created. Returns a Boolean--True if the new database was created successfully, and False if otherwise.